home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue68 / System / fmMain.dfm < prev    next >
Encoding:
Text File  |  2001-03-06  |  1.3 KB  |  68 lines

  1. object Form1: TForm1
  2.   Left = 99
  3.   Top = 324
  4.   Width = 344
  5.   Height = 324
  6.   Caption = 'Desktop Layout Saver'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Save: TButton
  19.     Left = 128
  20.     Top = 256
  21.     Width = 97
  22.     Height = 25
  23.     Caption = 'Save Layout'
  24.     TabOrder = 0
  25.     OnClick = SaveClick
  26.   end
  27.   object Restore: TButton
  28.     Left = 232
  29.     Top = 256
  30.     Width = 97
  31.     Height = 25
  32.     Caption = 'Restore Layout'
  33.     TabOrder = 1
  34.     OnClick = RestoreClick
  35.   end
  36.   object Button1: TButton
  37.     Left = 16
  38.     Top = 16
  39.     Width = 89
  40.     Height = 25
  41.     Caption = 'Set Text Color'
  42.     TabOrder = 2
  43.     OnClick = Button1Click
  44.   end
  45.   object Button2: TButton
  46.     Left = 16
  47.     Top = 56
  48.     Width = 89
  49.     Height = 25
  50.     Caption = 'Get Item Text'
  51.     TabOrder = 3
  52.     OnClick = Button2Click
  53.   end
  54.   object ItemNames: TListBox
  55.     Left = 128
  56.     Top = 16
  57.     Width = 145
  58.     Height = 225
  59.     ItemHeight = 13
  60.     TabOrder = 4
  61.   end
  62.   object ColorDialog1: TColorDialog
  63.     Ctl3D = True
  64.     Left = 288
  65.     Top = 16
  66.   end
  67. end
  68.